body{
    margin: 0px;
    font-size: 14px;
    background-color: #fafafa;
    min-width: 1024px;
}

ul{
    list-style: none;
}

a{
	text-decoration: none;
	list-style: none;
}


.nv_div{
    background-color: #fafafa;
    height: 140px;   
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*图片不可选*/
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;

}

.nv_logo{
    margin: 20px;
    height: 102px;
    width: 483px;
}

.pho_div{
    margin: 30px;
    height: 80px;
    padding: 10px;
    border-radius: 50px;
    background-color: #a2cb6b;
}

.pho_div ul{
    margin: 5px 30px 5px 5px;
    display: flex;
    flex-direction: row;    
}

.pho_div ul li{
	color: #FFFFFF;
    margin: 5px;
    height: 62px;
    line-height: 25px;
}

.dh_div{
    background-color: #86b162;
    height: 35px;
}

.dh_div ul{	
	position: absolute;
	display: flex;
    flex-direction: row; 
	
}

.dh_div ul li{
    margin-top: -14px;
    height: 35px;
	width: 120px;
	font-size: 18px;
	line-height: 35px;
	background-color: #9bbb81;
    border-right-color: #86b162;
    border-right-style: solid;
    border-right-width: 1px;
    text-align: center;
}

.dh_div ul li:hover{
    background-color: #749b54;
}

.dh_div ul li a{
    color: #FFFFFF;
}

.dh_maintext_img{    
    height: 50px;
    width: 120px;
    margin-top: -15px;
    line-height: 70px;
    text-align: center;
    border-style: none;
}

.main_div{
    position: fixed;
    background-color: #cee2bd;
    height: auto;
    width: 100%;
    top: 175px;
    bottom: 70px;
    
}

.foot_div{
    position: fixed;
    background-color: #86b162;
    height: 70px;
    width: 100%;
    bottom: 0px;
    text-align: center;
    color: #FFFFFF;
}

.shop_ul{
    
    margin: 2% 30px;
    float: right;
}

.shop_ul li{
    margin: 40px;
    background-image: url('../../../../static/assets/images/shopbaise.png');
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    width: 350px;
    height: 70px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    font-size: 18px;
}

.shop_button{
    position: fixed;   
    display: flex;
    flex-direction: row;
    left: 30%;
    bottom: 100px;
}

.shop_button li{
    display: flex;
    margin: 1px;
    flex-direction: column;
    width: 180px;
    height: 50px;
    font-size: 21px;
    text-align: center;
    line-height: 50px;
    background-image: url('../../../../static/assets/images/shopbutton2.png');
    /*文字不可选*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #6e6e6e;
}

.shop_button li:hover
{
    background-image: url('../../../../static/assets/images/shopbutton.png');
    color: yellow;
}


.shop_ul{
    float: right;
}

.lunbo_div{
    background-image: url('../../../../static/assets/images/qt.JPG');
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.pagelist_div{
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
}

.aboutmelist_div{
    margin: auto;
    width: 83%;
    height: 100%;
    background-color: #ffffff;
}

.title_div{
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: end;
    }

    

    .title_text{
        background-color: #ffffff;
        width: 150px;
        height: 35px;
        text-align: center;
        font-size: 24px;
        color: #749b54;
    }

    .hr_dashed{
        border-style: dashed;
        border-color: #d6d6d6;
    }

    .textlist_div{
        margin: auto;
        padding: 20px 0px 0px 0px;
        width: 85%;
        height: 100%;
        color: #6e6e6e;
        font-size: 18px;
        overflow: auto;
    }

    .lb_div{
        display: flex;
        flex-direction: row;
    }

    .lb_div h2{
        color: #749b54;
    }

    .lb_div img{
        margin: 30px 5px 0px 0px;
    }

    .textlist_ul{
        margin: 35px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .textlist_ul li{
       margin: 20px 50px;
    }

    .zpps_div{
        margin: auto;
        width: 100%;
        text-align: center;
    }

    .zpps_div img{
        width: 100%;
        height: 180px;
    }

    .tc_title_div{
        display: flex;
        flex-direction: row;
        height: 50px;
        line-height: 20px;
    }

    .tc_title_div img{
        width: 45px;
        height: 50px;
        margin: 5px;
    }

    .tc_title_div h2{
        color: #749b54;
    }

    .kf_title_div{       
        background-color: #ffffff;
        width: 100%;
        height: 35px;
        text-align: center;
        font-size: 24px;
        color: #8c6239;
        z-index: 1;
    }

    .kf_hr{
        border-bottom: #d6d6d6;
        border-bottom-width: 1px;
        border-bottom-style:dashed;
    }

    .kf_title_text{
        margin: auto ;
        margin-top: -40px;
        display: flex;
        flex-direction: row;
        justify-content:space-between;
        width: 200px;
        padding: 15px;
        background-color: #FFFFFF;
        line-height: 45px;
    }

    .kf_title_text img{
        height: 50px;
    }

    .kf_div{
        width: 100%;
        height: 100px;
        display: flex;
        flex-direction: row;
        align-items: end;
        }

    .kf_show_div{
        width: 180px;
        height: 230px;
        text-align: center;
        margin: 20px 40px;
    }

    .kf_show_div img{
        width: 180px;
        height: 180px;
    }

    .kf_show_div span{
        color: #749b54;
    }

    .kf_more_div{
        margin: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 20px 0px 0px 0px;
        width: 85%;
        color: #6e6e6e;
        font-size: 18px;
    }


    .kc_mian_div{
        margin: auto;
        width: 83%;
        height: 100%;
        background-color: #ffffff;
        overflow: auto;
        /*滚动条样式*/
        &::-webkit-scrollbar {
            width: 5px;
            height: 5px;
        }
        &::-webkit-scrollbar-track {
            background: #ffffff;
            border-radius: 2px;
        }
        &::-webkit-scrollbar-thumb {
            background: #e5e5e5;
            border-radius: 5px;
        }
    }

    .map_div{
        width: 100%;
        text-align: center;
    }

    .map_img{
        text-align: center;
        width: 900px;
        height: 420px;
    }
    